home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / Utilities / File Folder / File.help next >
Encoding:
Text File  |  1984-07-23  |  5.2 KB  |  115 lines  |  [TEXT/MACA]

  1.  
  2. Introduction:
  3.  
  4. File was originally written by Cary Clark at Apple, and then modified
  5. at Utah by JW Peterson in order to make it a useful editor for
  6. straight text work. In this context, it works best for writing text
  7. that is later uploaded to a larger host machine.  Therefore, File
  8. differs from MacWrite, MS-Word, etc. in several ways-
  9.  
  10.    -It doesn't know anything about multiple fonts or typestyles within
  11. a single file.
  12.    -It can use carrige return to end each line, and reformat paragraphs
  13. accordingly.
  14.     -It is small and starts up quickly.
  15.     -Unlike MacWrite, File allows multiple windows to multiple files.
  16.  
  17. Instructions:
  18.  
  19. In general, File behaves like other Mac applications and follows the
  20. standard user interface guidelines.
  21.  
  22. The File menu item works like MacWrite, MacPaint, etc.  Note Cmd/S is a
  23. "Save" key.
  24.  
  25. The edit menu provides your vanilla edit functions  The way File is
  26. currently implemented, cutting and pasting between desk accessories is
  27. one way- you can paste TO File windows from accessory windows, but you
  28. can't go the other way.  The behavior of the ClipBoard option appears
  29. to reflect this as well.  If you want to select more than a screen's
  30. worth, use "shift-click" with the mouse. (you'll see how this works). 
  31. One more thing- Undo isn't implemented in File, so that menu item is only
  32. enabled for desk accessories.
  33.  
  34. The Fonts menu allows you to change the font the current window is
  35. using, as well as it's point size.  Monaco is a fixed width font, and
  36. in the nine point size it fits 80 characters nicely across the screen. 
  37. The NY-12 is the easiest to read.  You should try to have all of these
  38. fonts available on your system disk for best use (and you can save gobs
  39. of disk space by moving frivolous fonts off with the font mover). 
  40. Using a Wrap value of 72 works best with NY-12 (see below).  If a
  41. window seems to get a little confused after changing the fonts, try
  42. bumping the window's grow box just a little (this forces a refresh).
  43.  
  44. The Format menu refers to two kinds of text "wrap".  "Soft wrap" is
  45. when text wraps around to the next line when it hits the edge of a
  46. window, WITHOUT a carrige return present.  Changing the window size
  47. changes the arrangement of the text.  If softwrap is toggled off (by
  48. selecting that item), text will only begin on a new line if a return is
  49. inserted.  
  50.  
  51. Hard wrap refers to text with carrige returns.  The Fill-region menu
  52. item justifies the text in the selected (as in mouse selected) region
  53. by deleting spaces and/or adding carriage returns (much like M-Q on 20
  54. EMACS).  The text is filled out to the currently selected wrap column
  55. (either 72 or 80).  If the Hard Wrap menu item is toggled on, returns
  56. are automaticly be inserted at the nearest space behind the hard wrap
  57. column (like "Text Mode" in EMACS).
  58.  
  59. The Search menu allows searching the text for a specified string.  If
  60. it's found, the occurance of the string is selected.  Use Find (Cmd/F)
  61. to look for the next occurance.  If you Copy or Cut some text
  62. before you search, than simply executing Paste when the string is found
  63. gives you a "search and replace" feature.  Note pressing return in the
  64. "what to find" dialog is the same as clicking "OK".
  65.  
  66. The Debug menu will set up a little window showing how much memory is
  67. available, and offer to try and compact memory for you.  This may be
  68. useful if you have reason to suspect you're bumping the limits
  69. (Warning: bumping the limit has not been tested!).  There appears to be
  70.  about 30-50K available, plenty for most writing chores.
  71.  
  72. Tabs work by inserting spaces until a multiple-of-eight column.  Also
  73. note special characters can be inserted with the Option key, though
  74. other computers may not understand them.  If a line of text is
  75. indented, pressing the Enter key will insert a return and then tab out
  76. to the same column on the next line.  (Like ^J in some EMACS 
  77. implementations.)
  78.  
  79. Some Tips-
  80. File gets sluggish if you're trying to insert or change text in the
  81. middle or front of a large file.  A better alternative is to cut the
  82. text you're working on, then use New in the File menu to bring up a
  83. "work window."  Paste the text in this window, work on it there, then
  84. move it into the "main window" when finished.
  85.  
  86. Clicking the gray area between the scroll box and the arrows on the
  87. scroll bar moves the screen by "screenful" increments.
  88.  
  89. Known bugs...
  90.  
  91. The program is quite robust in terms of not bombing.  But just in case,
  92. the "Resume" item is enabled if a trap does occur.  Best save your
  93. files, exit, and run it again if this occurs.
  94.  
  95. File does NOT carefully check against memory limits.  Normally, the
  96. 30-50K of available space is plenty.  But if you're worried, bring up
  97. the "show freemem" window.  Also avoid copying large chunks of text to
  98. the clipboard if memory's tight.
  99.  
  100. Because Search uses the "Munger" ROM routine, it is always case
  101. sensitive (this makes it very fast, though).
  102.  
  103. Two disk swaps are needed to load a file from an alternate disk.  It
  104. should preload the code segment to prevent additional swapping.
  105.  
  106. Always save files before printing them;  the printing process takes a
  107. big chunk of memory.
  108.  
  109. The clipboard flashes unecessarly when playing with desk accessories.
  110.  
  111. The desk scrap is not check to see if it will fit in memory before it
  112. is retrieved.
  113.  
  114. Copying from File windows to desk accesories doesn't work.
  115.